Scheduler for WinRT
RefreshData Method (BaseStorage<T,TMappingCollection>)


Call this method each time after changing your data source if it doesn't implement IBindingList interface. Or use BaseStorage{T, TMappingCollection}.Add and BaseStorage{T, TMappingCollection}.Remove instead of corresponding methods of your data source class.
Syntax
'Declaration
 
Public Sub RefreshData() 
'Usage
 
Dim instance As BaseStorage(Of T,TMappingCollection)
 
instance.RefreshData()
public void RefreshData()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseStorage<T,TMappingCollection> Class
BaseStorage<T,TMappingCollection> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.